home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / sortls.doc < prev    next >
Text File  |  1995-03-31  |  583b  |  13 lines

  1. 'SORTLS' by Joe Horn; *quickly* sorts a list of strings into alphabetical 
  2. order.  Be sure only to use a list of STRINGS as the input to this routine; 
  3. any other objects in the list will cause undesirable results. 
  4.  
  5. Also see SORTLN on this disk if you wish to sort a list of numbers. 
  6.  
  7. SORTLS uses the entry point at #1420Ah, which is the System RPL 
  8. command that compares two strings like the User Rpl ">" does. 
  9. It works in ROM versions A through J, but may not work in future 
  10. versions of the HP48. 
  11.  
  12. Thanx to Brian Maguire and Mike Morgan for concepts used here. 
  13.